home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global playMode, loadNext, subPageWait
- startTimer()
- if (playMode = "64KMemOK") or (playMode = "PPCMemOK") then
- if loadNext = 0 then
- nothing()
- else
- if loadNext = 1 then
- unLoadCast()
- preLoad(preLoad, label("layout3"), label("layout3") + 11)
- end if
- end if
- wait(subPageWait - the timer)
- go(#next)
- else
- unLoadCast()
- preLoad(label("layout3") + 11, label("layout3") + 11)
- puppetTransition(23, 1, 1)
- set the purgePriority of member "Pam2-8b" to 3
- sound fadeOut 2, 3 * 60
- go(marker("layout3") + 11)
- end if
- end
-